home *** CD-ROM | disk | FTP | other *** search
/ Item MB Quick & Easy 2.0 / Item MB Quick & Easy 2.0.iso / mbfacad / eait_bef.lsp < prev    next >
Text File  |  1998-03-15  |  3KB  |  57 lines

  1. ;every command used in MB for AutoCAD is defined as a variable
  2. (setq
  3. EAITatt "_.attext"   EAITats "_s"
  4. EAITatd "_.attdef"
  5. EAITddbks "_.dducs"
  6. EAITbks "_.ucs"      EAITbwe "_world"    EAITb3p "_3point"    EAITbvo "_previous"   EAITbho "_restore"
  7.                    EAITbsi "_save"     EAITbur  "_origin"   EAITby  "_Y" EAITbx  "_X" EAITbz  "_Z"          EAITbel "_entity" 
  8.                    EAITbde "_delete" EAITbja "_yes"      EAITban "_view"   EAITbza "_zaxis"
  9. EAITbsy "_.ucsicon"  EAITbke "_noorigin"  EAITbei "_on"
  10. EAITblo "_.block" 
  11. EAITbog "_.arc"      EAITbmi "_C" EAITbwi "_A"
  12. EAITbru "_.break"    EAITbre "_f"
  13. EAITdda "_.ddatte"
  14. EAITege "_.insert"   EAITxyz "_xyz"
  15. EAITgetl "_L"
  16. EAITkre "_.circle"
  17. EAITkop "_.copy"     EAITkom "_M"       EAITkol "_Last"
  18. EAITlay "_.layer"    EAITlfr "_Freeze"  EAITlse "_Set"      EAITlta "_Thaw"  EAITlma "_Make"
  19.                    EAITlfa "_Color"   EAITlre "_handles"  EAITlei "_on"    EAITlty "_Ltype"
  20.                      EAITlnew "_New" 
  21. EAITvplay "_.vplayer"
  22. EAITlim "_.limits"
  23. EAITlin "_.line"     EAITlsl "_close"
  24. EAITloes "_.erase"    EAITloel "_Last"
  25. EAITltp "_.linetype" EAITlla "_Load"
  26. EAITman "_.mview"  EAITmplot "_hideplot" EAITmon "_on"
  27. EAITmen "_.menu" EAITmenl "_.menuload" EAITmenul "_.menuunload"
  28. EAITmod "_.mspace"
  29. EAITofa "_.osnap"    EAITofnaec "_NEArest"        EAITofend "_ENDpoint" EAITofmit "_MIDpoint"   EAITofzen "_CENter" EAITofpun "_NODe"   EAITofqua "_QUAdrant"   EAITofsch "_INTersection"  
  30.                    EAIToflot "_PERpendicular"  EAIToftan "_TANgent"  EAITofqui "_QUIck"      EAITofkei "_NONe"   EAITofbas "_INSert" EAITofep  "_END/NOD"    EAITofes "_END/INT"
  31. EAITpan "_.pan"
  32. EAITpap "_.pspace"
  33. EAITplan "_.plan"    EAITplf "_w"    EAITpla "_c"
  34. EAITplin "_.pline"   EAITpkr "_Arc"  EAITpra "_Radius"  EAITpli "_line" EAITpls "_close"
  35. EAITpkt "_.point"
  36. EAITrei "_.array"    EAITrre "_R"    EAITrpo "_P"       EAITrja "_yes"
  37. EAITreg "_.regen"
  38. EAITsch "_.move"     EAITsle "_Last"
  39. EAITspi "_.mirror"   EAITspj "_yes"  EAITspn "_no"
  40. EAITsti "_.style"
  41. EAITtil "_.tilemode"
  42. EAITtxt "_.text"     EAITtst "_Style"  EAITtze "_C"
  43. EAITumb "_.rename"   EAITumbl "_Block" EAITumla "_LAyer" EAITumlt "_LType"
  44. EAITurs "_.explode"
  45. EAITver "_.hide"
  46. EAITwah "_.select"   EAITwkr "_Crossing" EAITwfe "_Window" EAITwvo "_Previous"  EAITwle "_Last"
  47. EAITwbl "_.wblock"   EAITwbll "_Last"  EAITwbj "_yes"
  48. EAITzom "_.zoom"     EAITzof "_Window" EAITzov "_Previous" EAITzomi "_C"
  49. EAITzur "_.undo"     EAITzgr "_Group"  EAITzen "_End" EAITzma "_Mark" EAITzrue "_Back"
  50. EAITz   "_.u"
  51. EAITdimension   "_.dim"    EAIThor "_hor" EAITver "_ver"  EAITfuer "_leader" EAITrad "_radius" EAITdm "_diameter"
  52.                                                  EAITalign "_aligned"   EAITbase "_baseline"  EAITkette "_continue" EAITdmrot "_rotated"
  53.                                                  EAITdsi "_save" EAITdho "_restore"
  54.  
  55. EAITverd "_.hide"
  56. )
  57.